C1.LiveLinq.Indexing.Search Namespace > IIndexScanner<T> Interface > GroupJoin Method : GroupJoin<T2,TResult>(IIndexScanner<T2>,Func<T,IEnumerable<T2>,TResult>) Method |
'Declaration
Overloads Function GroupJoin (Of T2,TResult)( _ ByVal source As IIndexScanner(Of T2), _ ByVal resultSelector As System.Func(Of T,IEnumerable(Of T2),TResult) _ ) As System.Collections.Generic.IEnumerable(Of TResult)
System.Collections.Generic.IEnumerable<TResult> GroupJoin<T2,TResult>( IIndexScanner<T2> source, System.Func<T,IEnumerable<T2>,TResult> resultSelector )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2